Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "Kenneth Ives"

Wrote this utility so I would not have to be aroun...Version: VB6
Author: Kenneth IvesSubmitted: 12/2/2000Downloads: 4443
Wrote this utility so I would not have to be around when I had to reboot a PC. You can also use command line paramerters. Read the documentation.

This a demonstration of using the basic function t...Version: VB6
Author: Kenneth IvesSubmitted: 12/2/2000Downloads: 10242
This a demonstration of using the basic function to access the registry. The only Problem I have run into is querying a Win2000 registry where the key has a space in the name. Well documented.

You should always use a truely unique value for se...Version: VB6
Author: Kenneth IvesSubmitted: 12/2/2000Downloads: 4461
You should always use a truely unique value for seeding the random number generator prior to generating any new values. There are three routines that I use to create a seed value for the random number generator. These are randomly picked whenever I ca ...more>>

This application will count lines of code for both...Version: VB6
Author: Kenneth IvesSubmitted: 12/1/2000Downloads: 4137
This application will count lines of code for both Visual Basic and C projects. It will handle VB Group projects and single files from both C and VB. In VB, a line continuation indicator of " _" at the end of a line is not counted because it is cons ...more>>

Module with several routines to make use of the Sc...Version: VB6
Author: Kenneth IvesSubmitted: 12/1/2000Downloads: 6955
Module with several routines to make use of the Scripting.FileSystemObject.

<< Previous  Page 2 of  2

Go to page: 2